home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
100 Plus Great Games 2
/
100PLUSV2.BIN
/
games
/
Darts(Shanghai).dxr
/
darts and board_6_New Behavior.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2002-01-25
|
271 b
|
14 lines
global pseudoList, gTargets
on beginSprite me
pseudoList = []
repeat with i = 1 to gTargets.count
if sprite(gTargets[i]).pSector = 1 then
pseudoList.add(gTargets[i])
end if
if pseudoList.count = 4 then
exit repeat
end if
end repeat
end